home *** CD-ROM | disk | FTP | other *** search
- #include <native.h>
-
- /* header for class TimeUtils */
- #ifndef _Included_TimeUtils
- #define _Included_TimeUtils
- #ifdef __cplusplus
- extern "C" {
- #endif
- typedef struct ClassTimeUtils {
- char pad[1]; /* Padding for ANSI C */
- } ClassTimeUtils;
-
- HandleTo(TimeUtils);
-
- extern long TimeUtils_GetRealTime(struct HTimeUtils*);
- extern long TimeUtils_GetRelativeTime(struct HTimeUtils*);
- extern struct Hjava_lang_String* TimeUtils_GetTimeString(struct HTimeUtils*, long);
- #ifdef __cplusplus
- }
- #endif
-
- #endif /* _Included_TimeUtils */
-
-